Vcenter Vm Guest CustomizationLive Info
The Vcenter Vm Guest CustomizationLive Info schema contains the status of a customization operation applied to a virtual machine.
This schema was added in vSphere API 9.0.0.0.
{
"status": "string",
"error": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"start_time": "string",
"end_time": "string"
}
The status of the customization operation.
For more information see: Vcenter Vm Guest CustomizationLive Info Status.
This property was added in vSphere API 9.0.0.0.
Description of the error if the Vcenter Vm Guest CustomizationLive Info.status of customization operation is Vcenter Vm Guest CustomizationLive Info Status.FAILED.
This property was added in vSphere API 9.0.0.0.
This property will be missing or null
if the status is not FAILED or there is no information available for the error.
Time when the customization process has started inside the guest operating system.
This property was added in vSphere API 9.0.0.0.
This property will be missing or null
if the status is NOT_AVAILABLE .
Time when the customization process has completed inside the guest operating system.
This property was added in vSphere API 9.0.0.0.
This property will be missing or null
if the status is not SUCCEEDED or FAILED.